If we assign a literal to an overridden property, that property's value becomes the value of that literal.

Alternative, if we implement a custom getter function on the overridden property, each access of the property calls that getter. In this case, the getter will return a random number each time.

Run Edit